[INFO] fetching crate lipsi 2.0.1...
[INFO] testing lipsi-2.0.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate lipsi 2.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate lipsi 2.0.1
[INFO] finished tweaking crates.io crate lipsi 2.0.1
[INFO] tweaked toml for crates.io crate lipsi 2.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lipsi 2.0.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e133cb2493e0245b5ab2b8635bf545cac3512c1dac9ad7288c07e0f325bf15c
[INFO] running `Command { std: "docker" "start" "-a" "3e133cb2493e0245b5ab2b8635bf545cac3512c1dac9ad7288c07e0f325bf15c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e133cb2493e0245b5ab2b8635bf545cac3512c1dac9ad7288c07e0f325bf15c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e133cb2493e0245b5ab2b8635bf545cac3512c1dac9ad7288c07e0f325bf15c", kill_on_drop: false }`
[INFO] [stdout] 3e133cb2493e0245b5ab2b8635bf545cac3512c1dac9ad7288c07e0f325bf15c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c9629c6b3f54a08c4b78d24fee2bf43e37f2884ffdc6154aa003acb007a024e
[INFO] running `Command { std: "docker" "start" "-a" "2c9629c6b3f54a08c4b78d24fee2bf43e37f2884ffdc6154aa003acb007a024e", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling lipsi v2.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stdout]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn t(&self, i8) -> Self;
[INFO] [stdout]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stdout]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "2c9629c6b3f54a08c4b78d24fee2bf43e37f2884ffdc6154aa003acb007a024e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c9629c6b3f54a08c4b78d24fee2bf43e37f2884ffdc6154aa003acb007a024e", kill_on_drop: false }`
[INFO] [stdout] 2c9629c6b3f54a08c4b78d24fee2bf43e37f2884ffdc6154aa003acb007a024e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4578efead71ee09c6c3eecbe7db28d1a09226294aace8a04cb91c52ca0670365
[INFO] running `Command { std: "docker" "start" "-a" "4578efead71ee09c6c3eecbe7db28d1a09226294aace8a04cb91c52ca0670365", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stdout]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lipsi v2.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn t(&self, i8) -> Self;
[INFO] [stdout]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stdout]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stdout]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn t(&self, i8) -> Self;
[INFO] [stdout]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stdout]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/lib.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stdout]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.87s
[INFO] running `Command { std: "docker" "inspect" "4578efead71ee09c6c3eecbe7db28d1a09226294aace8a04cb91c52ca0670365", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4578efead71ee09c6c3eecbe7db28d1a09226294aace8a04cb91c52ca0670365", kill_on_drop: false }`
[INFO] [stdout] 4578efead71ee09c6c3eecbe7db28d1a09226294aace8a04cb91c52ca0670365
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 07a414235ea1957239dd5f794f7d2f3ccaa439556b8dc27b08e19604af165847
[INFO] running `Command { std: "docker" "start" "-a" "07a414235ea1957239dd5f794f7d2f3ccaa439556b8dc27b08e19604af165847", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn transpose(&self, i8) -> Self;
[INFO] [stderr]    |                         ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn t(&self, i8) -> Self;
[INFO] [stderr]    |                 ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:66:19
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn tni(&self, i8) -> Self;
[INFO] [stderr]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:79:19
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stderr]    |                   ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:79:23
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn ixy(&self, i8, i8) -> Self;
[INFO] [stderr]    |                       ^^ help: try naming the parameter or explicitly ignoring it: `_: i8`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/lib.rs:169:22
[INFO] [stderr]     |
[INFO] [stderr] 169 |     fn rotate(&self, usize) -> Self;
[INFO] [stderr]     |                      ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `lipsi` (lib) generated 6 warnings (run `cargo fix --lib -p lipsi` to apply 6 suggestions)
[INFO] [stderr] warning: `lipsi` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lipsi-c83062b1304502c1)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::chroma ... ok
[INFO] [stdout] test tests::invert ... ok
[INFO] [stdout] test tests::icvec ... ok
[INFO] [stdout] test tests::ivec ... ok
[INFO] [stdout] test tests::index_number ... ok
[INFO] [stdout] test tests::reduced ... ok
[INFO] [stdout] test tests::retrograde ... ok
[INFO] [stdout] test tests::normal ... ok
[INFO] [stdout] test tests::rotate ... ok
[INFO] [stdout] test tests::prime ... ok
[INFO] [stdout] test tests::transposition_number ... ok
[INFO] [stdout] test tests::zero ... ok
[INFO] [stdout] test tests::sort ... ok
[INFO] [stdout] test tests::transpose ... ok
[INFO] [stdout] test tests::complement ... ok
[INFO] [stdout] test tests::intervals ... ok
[INFO] [stderr]    Doc-tests lipsi
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/lib.rs - Fundamentals::chroma (line 84) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::complement (line 126) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::t (line 46) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::retrograde (line 138) ... ok
[INFO] [stdout] test src/lib.rs - SetAnalysis::ivec (line 373) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::ixy (line 72) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::prime (line 206) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::intervals (line 220) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::transpose (line 21) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::invert (line 10) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::i (line 33) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::transposition_number (line 233) ... ok
[INFO] [stdout] test src/lib.rs - SetAnalysis::icvec (line 359) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::index_number (line 247) ... ok
[INFO] [stdout] test src/lib.rs - Fundamentals::tni (line 59) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::sort (line 150) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::normal (line 184) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::rotate (line 162) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::zero (line 172) ... ok
[INFO] [stdout] test src/lib.rs - SetOperations::reduced (line 194) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "07a414235ea1957239dd5f794f7d2f3ccaa439556b8dc27b08e19604af165847", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07a414235ea1957239dd5f794f7d2f3ccaa439556b8dc27b08e19604af165847", kill_on_drop: false }`
[INFO] [stdout] 07a414235ea1957239dd5f794f7d2f3ccaa439556b8dc27b08e19604af165847
